Browse Source

Add name 🐛

main
Spokequenouille 5 years ago
committed by GitHub
parent
commit
c6fc65970b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      index.js

4
index.js

@ -1,3 +1,5 @@
//Antoine Schulz
import fastify from 'fastify'; import fastify from 'fastify';
// see axios doc on how to use it // see axios doc on how to use it
import axios from 'axios'; import axios from 'axios';
@ -62,4 +64,4 @@ const start = async () => {
process.exit(1); process.exit(1);
} }
}; };
start();
start();
Loading…
Cancel
Save