mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
new about url, fix typo
This commit is contained in:
@@ -95,7 +95,7 @@ export default function TemporaryDrawer({ drawerOpen, setDrawerOpen }: IProps) {
|
|||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<GetAppIcon />
|
<GetAppIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary="Downloadsz" />
|
<ListItemText primary="Downloads" />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/settings" style={{ color: 'inherit', textDecoration: 'none' }}>
|
<Link to="/settings" style={{ color: 'inherit', textDecoration: 'none' }}>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export default function About() {
|
|||||||
useEffect(() => { setTitle('About'); setAction(<></>); }, []);
|
useEffect(() => { setTitle('About'); setAction(<></>); }, []);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
client.get('/api/v1/about')
|
client.get('/api/v1/settings/about')
|
||||||
.then((response) => response.data)
|
.then((response) => response.data)
|
||||||
.then((data:IAbout) => {
|
.then((data:IAbout) => {
|
||||||
setAbout(data);
|
setAbout(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user