Skip to content

Commit

Permalink
Update social-media service type
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Jul 27, 2023
1 parent b9b3316 commit d5a67e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-social-media/ballerina/social_media_service_desc.bal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import ballerina/sql;
import ballerina/time;

type SocialMedia service object {
*http:Service;
*http:InterceptableService;

// users resource
resource function get users() returns User[]|error;
Expand Down

0 comments on commit d5a67e3

Please sign in to comment.