diff --git a/index.js b/index.js index c4ed3e9..337c083 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +//Antoine Schulz + import fastify from 'fastify'; // see axios doc on how to use it import axios from 'axios'; @@ -62,4 +64,4 @@ const start = async () => { process.exit(1); } }; -start(); \ No newline at end of file +start();