Commit 7965de1
committed
refactor: remove GetAbsoluteUrl helper and inline URL logic
Replaces the GetAbsoluteUrl method with direct Uri construction
in AniWorldService and STOService. This simplifies absolute URL
generation for DirectViewLinkModel and removes redundant code
from StreamingPortalServiceBase. No functional changes.1 parent 5e58c89 commit 7965de1
File tree
3 files changed
+2
-10
lines changed- AniWorldReminder_API/Services
3 files changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 152 | | |
161 | 153 | | |
162 | 154 | | |
0 commit comments