deploy done

This commit is contained in:
2021-11-28 01:44:07 -03:00
parent 22d0242539
commit 4727cd8a6a
4 changed files with 5 additions and 3 deletions

2
app.js
View File

@@ -1,4 +1,4 @@
const url = 'http://localhost:3001'
const url = 'https://multiplication-table-api.herokuapp.com'
const axios = require('axios')
const colors = require('colors')