initial commit

This commit is contained in:
Jonas_Jones 2023-02-09 14:07:56 +01:00
parent 93b84cffb4
commit bc50c55768
3 changed files with 1626 additions and 10 deletions

View file

@ -1,4 +1,4 @@
const express = require('express')
import express from 'express';
const app = express();
app.get('/', (req, res) => {
res.send('Welcome to the jonas_jones-api!')