Skip to content

Commit feeef0e

Browse files
authored
Merge pull request #9 from europanite/feature/develop
fix/repo
2 parents c012887 + e85d9a0 commit feeef0e

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ frontend/app/coverage/
5555
frontend/app/.jest-cache/
5656

5757
make_md.py
58-
python_fit_*
58+
python_front_*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Python Fit](https://github.com/europanite/python_fit "Python Fit")
1+
# [Python Front](https://github.com/europanite/python_front "Python Front")
22

33
!["web_ui"](./assets/images/web_ui.png)
44

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Supported Versions
44

5-
The following table shows which versions of `python_fit` are currently being supported with security updates.
5+
The following table shows which versions of `python_front` are currently being supported with security updates.
66

77
| Version | Supported |
88
|---------|--------------------|
@@ -35,4 +35,4 @@ If you discover a security vulnerability within this project, please help us kee
3535

3636
## Acknowledgements
3737

38-
We deeply appreciate the efforts of security researchers and contributors who help us improve the security of `python_fit`.
38+
We deeply appreciate the efforts of security researchers and contributors who help us improve the security of `python_front`.

frontend/app/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"edgeToEdgeEnabled": true
2424
},
2525
"experiments": {
26-
"baseUrl": "/python_fit"
26+
"baseUrl": "/python_front"
2727
},
2828
"web": {
2929
"favicon": "./assets/favicon.png",

frontend/app/public/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<meta charset="utf-8"><title>Redirecting...</title>
33
<script>
44
(function(){
5-
var path = window.location.pathname.replace(/\/python_fit/, '');
5+
var path = window.location.pathname.replace(/\/python_front/, '');
66
var search = window.location.search || '';
77
var hash = window.location.hash || '';
8-
var url = '/python_fit/?redirect=' + encodeURIComponent(path + search + hash);
8+
var url = '/python_front/?redirect=' + encodeURIComponent(path + search + hash);
99
window.location.replace(url);
1010
})();
1111
</script>

0 commit comments

Comments
 (0)