File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const DataFetcher: React.FC = () => {
4040 useEffect ( ( ) => {
4141 const fetchData = async ( ) => {
4242 try {
43- const response = await fetch ( "http ://api.htl-braunau.at/data/json" ) ;
43+ const response = await fetch ( "https ://api.htl-braunau.at/data/json" ) ;
4444 if ( ! response . ok ) throw new Error ( "Failed to fetch data: ${response.statusText}" ) ;
4545 const result : DataModel [ ] = await response . json ( ) ;
4646 setData ( result ) ;
Original file line number Diff line number Diff line change @@ -792,7 +792,7 @@ advanced_settings() {
792792}
793793
794794post_to_api() {
795- local API_URL="http ://api.community-scripts.org/upload"
795+ local API_URL="https ://api.community-scripts.org/upload"
796796 local pve_version="not found"
797797 pve_version=$(pveversion | awk -F'[/ ]' '{print $2}')
798798
You can’t perform that action at this time.
0 commit comments