Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 654cea5

Browse files
authored
Merge pull request #9 from FileFighter/feature/addUser
Feature/add user
2 parents 2ff7f00 + c4331ad commit 654cea5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2136
-2303
lines changed

webapp_frontend/package-lock.json

Lines changed: 1707 additions & 2281 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp_frontend/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@
1313
"@types/react-bootstrap": "^0.32.24",
1414
"@types/react-dom": "^16.9.8",
1515
"@types/react-redux": "^7.1.11",
16+
"@types/react-router-dom": "^5.1.6",
1617
"axios": "^0.20.0",
1718
"bootstrap": "^4.5.3",
1819
"node-sass": "^4.14.1",
1920
"react": "^16.13.1",
2021
"react-bootstrap": "^1.4.0",
2122
"react-dom": "^16.13.1",
2223
"react-redux": "^7.2.2",
24+
"react-router-dom": "^5.2.0",
2325
"react-scripts": "3.4.3",
26+
"react-toastify": "^6.1.0",
2427
"redux": "^4.0.5",
28+
"redux-types": "^2.0.3",
2529
"typescript": "^3.8.3"
2630
},
2731
"scripts": {
4.68 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.fesliyanstudios.com/royalty-free-music/download/viking-ship-visual-novel-corruption-and-divide/175
106 KB

webapp_frontend/src/assets/images/solidarity/Black_Lives_Matter_logo.svg

Lines changed: 151 additions & 0 deletions
61.7 KB
13.6 KB

webapp_frontend/src/background/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Axios, {} from "axios";
22
import {constants} from "../constants";
33

4-
const hostname:string =constants.url.API_URL+'/api';
4+
export const hostname:string =constants.url.API_URL+'/api';
55

66

77
interface BackendHealthData {
File renamed without changes.

0 commit comments

Comments
 (0)