Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wholesoft committed Apr 19, 2023
1 parent 3062252 commit 5526101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import axios from "axios"
import credentials from "./middleware/credentials.js"
import corsOptions from "./config/corsOptions.js"

// need to compile any updates on server

const app = express()
app.use(credentials)
app.use(cors(corsOptions))
Expand Down
9 changes: 0 additions & 9 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ import { Section } from "./test/Section"
import { Counter } from "./test/Counter"
import { List } from "./test/List"

// https://cataas.com/cat/says/nigger?size=50&color=red
// https://cataas.com/doc.html

// https://meowfacts.herokuapp.com/

// https://github.com/movebank/movebank-api-doc/blob/master/movebank-api.md#introduction

// https://dev.to/biplov/15-fun-apis-for-your-next-project-5053

function App() {
const [count, setCount] = useState<number>(1)

Expand Down

0 comments on commit 5526101

Please sign in to comment.