mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 00:59:18 +02:00
initial commit
This commit is contained in:
parent
93b84cffb4
commit
bc50c55768
3 changed files with 1626 additions and 10 deletions
|
@ -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!')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue