Spokequenouille
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
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(); |