Skip to content

Commit cc76aa4

Browse files
committed
fix(library-alerts-pannel-component): update alerts url to live site
1 parent a9ccf27 commit cc76aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/library-alerts-pannel/library-alerts-pannel.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class LibraryAlertsPannelComponent implements OnInit {
2828

2929
private getAlerts(): void {
3030
this.http
31-
.get<any>('http://127.0.0.1:5000/data/website_alerts/')
31+
.get<any>('https://tools.lib.k-state.edu/data/website_alerts/')
3232
.subscribe({
3333
next: (data) => {
3434
this.showAlertInfo = data?.informational?.active === true;

0 commit comments

Comments
 (0)